home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / brltty / text.nabcc.tbl < prev    next >
Text File  |  2008-08-06  |  20KB  |  420 lines

  1. ###############################################################################
  2. # BRLTTY - A background process providing access to the console screen (when in
  3. #          text mode) for a blind person using a refreshable braille display.
  4. #
  5. # Copyright (C) 1995-2008 by The BRLTTY Developers.
  6. #
  7. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  8. #
  9. # This is free software, placed under the terms of the
  10. # GNU General Public License, as published by the Free Software
  11. # Foundation.  Please see the file COPYING for details.
  12. #
  13. # Web Page: http://mielke.cc/brltty/
  14. #
  15. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  16. ###############################################################################
  17.  
  18. ########################################################################
  19. # BRLTTY Text Translation Table - North American Braille Computer Code #
  20. ########################################################################
  21.  
  22. # This is a description of the default text translation table used by BRLTTY.  
  23. # It's based on the North American Braille Computer Code, but defines the full
  24. # Latin1 (ISO-8859-1) character set.
  25.  
  26. # The 95 printable characters of the standard 7-bit US-ASCII character set
  27. # (32-126) are identical to their representations within the North American
  28. # Braille Computer Code (these are the only characters which the NABCC actually
  29. # defines). Characters from literary braille, symbols from The Nemeth Braille
  30. # Code for Mathematics and Science Notation, and a bit of human imagination
  31. # have all been combined to create an easy-to-remember, one-to-one mapping
  32. # between each character and its braille counterpart. All possible combinations
  33. # involving only the original 6 braille dots are used, but that only allows for
  34. # 64 out of the required 95 character representations. The presence or absence
  35. # of dot 7 is used to differentiate between pairs of characters which either
  36. # are very closely related in meaning or, in a few cases where a more intuitive
  37. # reason couldn't be found, have a very close logical relationship within the
  38. # US-ASCII code. Dot 8 isn't used at all.
  39.  
  40. # The space and the 26 lowercase letters (a-z) are the same as in literary 
  41. # braille:
  42.  
  43.    #Hex    Dots       Dec Char Description
  44.    \X20 (        )  #  32      space
  45.    \X61 (1       )  #  97   a  latin small letter a
  46.    \X62 (12      )  #  98   b  latin small letter b
  47.    \X63 (1  4    )  #  99   c  latin small letter c
  48.    \X64 (1  45   )  # 100   d  latin small letter d
  49.    \X65 (1   5   )  # 101   e  latin small letter e
  50.    \X66 (12 4    )  # 102   f  latin small letter f
  51.    \X67 (12 45   )  # 103   g  latin small letter g
  52.    \X68 (12  5   )  # 104   h  latin small letter h
  53.    \X69 ( 2 4    )  # 105   i  latin small letter i
  54.    \X6A ( 2 45   )  # 106   j  latin small letter j
  55.    \X6B (1 3     )  # 107   k  latin small letter k
  56.    \X6C (123     )  # 108   l  latin small letter l
  57.    \X6D (1 34    )  # 109   m  latin small letter m
  58.    \X6E (1 345   )  # 110   n  latin small letter n
  59.    \X6F (1 3 5   )  # 111   o  latin small letter o
  60.    \X70 (1234    )  # 112   p  latin small letter p
  61.    \X71 (12345   )  # 113   q  latin small letter q
  62.    \X72 (123 5   )  # 114   r  latin small letter r
  63.    \X73 ( 234    )  # 115   s  latin small letter s
  64.    \X74 ( 2345   )  # 116   t  latin small letter t
  65.    \X75 (1 3  6  )  # 117   u  latin small letter u
  66.    \X76 (123  6  )  # 118   v  latin small letter v
  67.    \X77 ( 2 456  )  # 119   w  latin small letter w
  68.    \X78 (1 34 6  )  # 120   x  latin small letter x
  69.    \X79 (1 3456  )  # 121   y  latin small letter y
  70.    \X7A (1 3 56  )  # 122   z  latin small letter z
  71.  
  72. # The 26 uppercase letters (A-Z) are the same as their lowercase counterparts 
  73. # except that dot 7 is added:
  74.  
  75.    #Hex    Dots       Dec Char Description
  76.    \X41 (1     7 )  #  65   A  latin capital letter a
  77.    \X42 (12    7 )  #  66   B  latin capital letter b
  78.    \X43 (1  4  7 )  #  67   C  latin capital letter c
  79.    \X44 (1  45 7 )  #  68   D  latin capital letter d
  80.    \X45 (1   5 7 )  #  69   E  latin capital letter e
  81.    \X46 (12 4  7 )  #  70   F  latin capital letter f
  82.    \X47 (12 45 7 )  #  71   G  latin capital letter g
  83.    \X48 (12  5 7 )  #  72   H  latin capital letter h
  84.    \X49 ( 2 4  7 )  #  73   I  latin capital letter i
  85.    \X4A ( 2 45 7 )  #  74   J  latin capital letter j
  86.    \X4B (1 3   7 )  #  75   K  latin capital letter k
  87.    \X4C (123   7 )  #  76   L  latin capital letter l
  88.    \X4D (1 34  7 )  #  77   M  latin capital letter m
  89.    \X4E (1 345 7 )  #  78   N  latin capital letter n
  90.    \X4F (1 3 5 7 )  #  79   O  latin capital letter o
  91.    \X50 (1234  7 )  #  80   P  latin capital letter p
  92.    \X51 (12345 7 )  #  81   Q  latin capital letter q
  93.    \X52 (123 5 7 )  #  82   R  latin capital letter r
  94.    \X53 ( 234  7 )  #  83   S  latin capital letter s
  95.    \X54 ( 2345 7 )  #  84   T  latin capital letter t
  96.    \X55 (1 3  67 )  #  85   U  latin capital letter u
  97.    \X56 (123  67 )  #  86   V  latin capital letter v
  98.    \X57 ( 2 4567 )  #  87   W  latin capital letter w
  99.    \X58 (1 34 67 )  #  88   X  latin capital letter x
  100.    \X59 (1 34567 )  #  89   Y  latin capital letter y
  101.    \X5A (1 3 567 )  #  90   Z  latin capital letter z
  102.  
  103. # The 10 decimal digits (0-9) are the same as in the Nemeth Code:
  104.  
  105.    #Hex    Dots       Dec Char Description
  106.    \X30 (  3 56  )  #  48   0  digit zero
  107.    \X31 ( 2      )  #  49   1  digit one
  108.    \X32 ( 23     )  #  50   2  digit two
  109.    \X33 ( 2  5   )  #  51   3  digit three
  110.    \X34 ( 2  56  )  #  52   4  digit four
  111.    \X35 ( 2   6  )  #  53   5  digit five
  112.    \X36 ( 23 5   )  #  54   6  digit six
  113.    \X37 ( 23 56  )  #  55   7  digit seven
  114.    \X38 ( 23  6  )  #  56   8  digit eight
  115.    \X39 (  3 5   )  #  57   9  digit nine
  116.  
  117. # Common symbols used within mathematical expressions by popular computer
  118. # programming languages are the same as in the Nemeth Code:
  119.  
  120.    #Hex    Dots       Dec Char Description
  121.    \X2E (   4 6  )  #  46   .  full stop
  122.    \X2B (  34 6  )  #  43   +  plus sign
  123.    \X2D (  3  6  )  #  45   -  hyphen-minus
  124.    \X2A (1    6  )  #  42   *  asterisk
  125.    \X2F (  34    )  #  47   /  solidus
  126.    \X28 (123 56  )  #  40   (  left parenthesis
  127.    \X29 ( 23456  )  #  41   )  right parenthesis
  128.  
  129. # With all of these major considerations having been taken into account, 
  130. # convenient representations were still available, and are used, for some of 
  131. # the remaining characters:
  132.  
  133.    #Hex    Dots       Dec Char Description
  134.    \X26 (1234 6  )  #  38   &  ampersand
  135.    \X23 (  3456  )  #  35   #  number sign
  136.  
  137. # The remaining characters are what they are. Dot 7 isn't used either within 
  138. # the number block (32-63) or, with the exception of the DEL control character
  139. # (127), within the lowercase block (96-127). With the exception of the
  140. # underscore (95), dot 7 is used for every character within the uppercase block
  141. # (64-95). Adding dot 7 to any character within the lowercase block (96-127)
  142. # yields its corresponding character within the uppercase block (64-95) except
  143. # that removing dot 7 from the DEL control character yields the underscore.
  144.  
  145.    #Hex    Dots       Dec Char Description
  146.    \X2C (     6  )  #  44   ,  comma
  147.    \X3B (    56  )  #  59   ;  semicolon
  148.    \X3A (1   56  )  #  58   :  colon
  149.    \X21 ( 234 6  )  #  33   !  exclamation mark
  150.    \X3F (1  456  )  #  63   ?  question mark
  151.    \X22 (    5   )  #  34   "  quotation mark
  152.    \X27 (  3     )  #  39   '  apostrophe
  153.    \X60 (   4    )  #  96   `  grave accent
  154.    \X5E (   45 7 )  #  94   ^  circumflex accent
  155.    \X7E (   45   )  # 126   ~  tilde
  156.    \X5B ( 2 4 67 )  #  91   [  left square bracket
  157.    \X5D (12 4567 )  #  93   ]  right square bracket
  158.    \X7B ( 2 4 6  )  # 123   {  left curly bracket
  159.    \X7D (12 456  )  # 125   }  right curly bracket
  160.    \X3D (123456  )  #  61   =  equals sign
  161.    \X3C (12   6  )  #  60   <  less-than sign
  162.    \X3E (  345   )  #  62   >  greater-than sign
  163.    \X24 (12 4 6  )  #  36   $  dollar sign
  164.    \X25 (1  4 6  )  #  37   %  percent sign
  165.    \X40 (   4  7 )  #  64   @  commercial at
  166.    \X7C (12  56  )  # 124   |  vertical line
  167.    \X5C (12  567 )  #  92   \  reverse solidus
  168.    \X5F (   456  )  #  95   _  low line
  169.  
  170. # Each of the characters within the basic control character block (0-31) is the
  171. # same as its corresponding character within both the uppercase block (64-95)
  172. # and the lowercase block (96-127) except that dots 7 and 8 are both used.
  173.  
  174.    #Hex    Dots       Dec Char Description
  175.    \X00 (   4  78)  #   0  ^@  null
  176.    \X01 (1     78)  #   1  ^A  start of heading
  177.    \X02 (12    78)  #   2  ^B  start of text
  178.    \X03 (1  4  78)  #   3  ^C  end of text
  179.    \X04 (1  45 78)  #   4  ^D  end of transmission
  180.    \X05 (1   5 78)  #   5  ^E  enquiry
  181.    \X06 (12 4  78)  #   6  ^F  acknowledge
  182.    \X07 (12 45 78)  #   7  ^G  bell
  183.    \X08 (12  5 78)  #   8  ^H  backspace
  184.    \X09 ( 2 4  78)  #   9  ^I  horizontal tabulation
  185.    \X0A ( 2 45 78)  #  10  ^J  line feed
  186.    \X0B (1 3   78)  #  11  ^K  vertical tabulation
  187.    \X0C (123   78)  #  12  ^L  form feed
  188.    \X0D (1 34  78)  #  13  ^M  carriage return
  189.    \X0E (1 345 78)  #  14  ^N  shift out
  190.    \X0F (1 3 5 78)  #  15  ^O  shift in
  191.    \X10 (1234  78)  #  16  ^P  data link escape
  192.    \X11 (12345 78)  #  17  ^Q  device control one
  193.    \X12 (123 5 78)  #  18  ^R  device control two
  194.    \X13 ( 234  78)  #  19  ^S  device control three
  195.    \X14 ( 2345 78)  #  20  ^T  device control four
  196.    \X15 (1 3  678)  #  21  ^U  negative acknowledge
  197.    \X16 (123  678)  #  22  ^V  synchronous idle
  198.    \X17 ( 2 45678)  #  23  ^W  end of transmission block
  199.    \X18 (1 34 678)  #  24  ^X  cancel
  200.    \X19 (1 345678)  #  25  ^Y  end of medium
  201.    \X1A (1 3 5678)  #  26  ^Z  substitute
  202.    \X1B ( 2 4 678)  #  27  ^[  escape
  203.    \X1C (12  5678)  #  28  ^\  file separator
  204.    \X1D (12 45678)  #  29  ^]  group separator
  205.    \X1E (   45 78)  #  30  ^^  record separator
  206.    \X1F (   45678)  #  31  ^_  unit separator
  207.  
  208. # Each of the characters within the extended control character block (128-159)  
  209. # is the same as its corresponding character within the basic control character
  210. # block (0-31) except that only dot 8 is used.
  211.  
  212.    #Hex    Dots       Dec Char Description
  213.    \X80 (   4   8)  # 128  ~@  <control>
  214.    \X81 (1      8)  # 129  ~A  <control>
  215.    \X82 (12     8)  # 130  ~B  break permitted here
  216.    \X83 (1  4   8)  # 131  ~C  no break here
  217.    \X84 (1  45  8)  # 132  ~D  <control>
  218.    \X85 (1   5  8)  # 133  ~E  next line
  219.    \X86 (12 4   8)  # 134  ~F  start of selected area
  220.    \X87 (12 45  8)  # 135  ~G  end of selected area
  221.    \X88 (12  5  8)  # 136  ~H  character tabulation set
  222.    \X89 ( 2 4   8)  # 137  ~I  character tabulation with justification
  223.    \X8A ( 2 45  8)  # 138  ~J  line tabulation set
  224.    \X8B (1 3    8)  # 139  ~K  partial line down
  225.    \X8C (123    8)  # 140  ~L  partial line up
  226.    \X8D (1 34   8)  # 141  ~M  reverse line feed
  227.    \X8E (1 345  8)  # 142  ~N  single shift two
  228.    \X8F (1 3 5  8)  # 143  ~O  single shift three
  229.    \X90 (1234   8)  # 144  ~P  device control string
  230.    \X91 (12345  8)  # 145  ~Q  private use one
  231.    \X92 (123 5  8)  # 146  ~R  private use two
  232.    \X93 ( 234   8)  # 147  ~S  set transmit state
  233.    \X94 ( 2345  8)  # 148  ~T  cancel character
  234.    \X95 (1 3  6 8)  # 149  ~U  message waiting
  235.    \X96 (123  6 8)  # 150  ~V  start of guarded area
  236.    \X97 ( 2 456 8)  # 151  ~W  end of guarded area
  237.    \X98 (1 34 6 8)  # 152  ~X  start of string
  238.    \X99 (1 3456 8)  # 153  ~Y  <control>
  239.    \X9A (1 3 56 8)  # 154  ~Z  single character introducer
  240.    \X9B ( 2 4 6 8)  # 155  ~[  control sequence introducer
  241.    \X9C (12  56 8)  # 156  ~\  string terminator
  242.    \X9D (12 456 8)  # 157  ~]  operating system command
  243.    \X9E (   45  8)  # 158  ~^  privacy message
  244.    \X9F (   456 8)  # 159  ~_  application program command
  245.  
  246. # Representations for the uppercase accented letters are drawn from the
  247. # remaining combinations which use both dots 7 and 8. The representation for a
  248. # lowercase accented letter is the same as its uppercase counterpart except
  249. # that dot 7 isn't used. This scheme retains the use of dot 7 as the modifier
  250. # for a capitalized letter. The only exception to these rules is that, due to
  251. # the nature of the Latin1 character set, the German lowercase double-s is
  252. # treated as though it were an uppercase y-dieresis (neither has an uppercase
  253. # definition). These representations have been gathered, as much as possible,
  254. # into logical groupings.
  255.  
  256. # The 5 letters with a circumflex accent (^) use the [1-5] dot combinations:
  257.  
  258.    #Hex    Dots       Dec Char Description
  259.    \XC2 ( 2    78)  # 194   ┬  latin capital letter a with circumflex
  260.    \XCA ( 23   78)  # 202   ╩  latin capital letter e with circumflex
  261.    \XCE ( 2  5 78)  # 206   ╬  latin capital letter i with circumflex
  262.    \XD4 ( 2  5678)  # 212   ╘  latin capital letter o with circumflex
  263.    \XDB ( 2   678)  # 219   █  latin capital letter u with circumflex
  264.    \XE2 ( 2     8)  # 226   Γ  latin small letter a with circumflex
  265.    \XEA ( 23    8)  # 234   Ω  latin small letter e with circumflex
  266.    \XEE ( 2  5  8)  # 238   ε  latin small letter i with circumflex
  267.    \XF4 ( 2  56 8)  # 244   ⌠  latin small letter o with circumflex
  268.    \XFB ( 2   6 8)  # 251   √  latin small letter u with circumflex
  269.  
  270. # The 5 letters with a grave accent (`) use the [6-0] dot combinations:
  271.  
  272.    #Hex    Dots       Dec Char Description
  273.    \XC0 ( 23 5 78)  # 192   └  latin capital letter a with grave
  274.    \XC8 ( 23 5678)  # 200   ╚  latin capital letter e with grave
  275.    \XCC ( 23  678)  # 204   ╠  latin capital letter i with grave
  276.    \XD2 (  3 5 78)  # 210   ╥  latin capital letter o with grave
  277.    \XD9 (  3 5678)  # 217   ┘  latin capital letter u with grave
  278.    \XE0 ( 23 5  8)  # 224   α  latin small letter a with grave
  279.    \XE8 ( 23 56 8)  # 232   Φ  latin small letter e with grave
  280.    \XEC ( 23  6 8)  # 236   ∞  latin small letter i with grave
  281.    \XF2 (  3 5  8)  # 242   ≥  latin small letter o with grave
  282.    \XF9 (  3 56 8)  # 249   ∙  latin small letter u with grave
  283.  
  284. # The 6 letters with an acute accent (') use the [a-f] dot combinations with
  285. # dots 3 and 6 added:
  286.  
  287.    #Hex    Dots       Dec Char Description
  288.    \XC1 (1    678)  # 193   ┴  latin capital letter a with acute
  289.    \XC9 (12   678)  # 201   ╔  latin capital letter e with acute
  290.    \XCD (1  4 678)  # 205   ═  latin capital letter i with acute
  291.    \XD3 (1  45678)  # 211   ╙  latin capital letter o with acute
  292.    \XDA (1   5678)  # 218   ┌  latin capital letter u with acute
  293.    \XDD (12 4 678)  # 221   ▌  latin capital letter y with acute
  294.    \XE1 (1    6 8)  # 225   ß  latin small letter a with acute
  295.    \XE9 (12   6 8)  # 233   Θ  latin small letter e with acute
  296.    \XED (1  4 6 8)  # 237   φ  latin small letter i with acute
  297.    \XF3 (1  456 8)  # 243   ≤  latin small letter o with acute
  298.    \XFA (1   56 8)  # 250   ·  latin small letter u with acute
  299.    \XFD (12 4 6 8)  # 253   ²  latin small letter y with acute
  300.  
  301. # The 6 letters with a dieresis accent (") use the [f-j] dot combinations with
  302. # dots 3 and 6 added, and the number sign (because it fits the sequence
  303. # reasonably well):
  304.  
  305.    #Hex    Dots       Dec Char Description
  306.    \XC4 (1234 678)  # 196   ─  latin capital letter a with diaeresis
  307.    \XCB (12345678)  # 203   ╦  latin capital letter e with diaeresis
  308.    \XCF (123 5678)  # 207   ╧  latin capital letter i with diaeresis
  309.    \XD6 ( 234 678)  # 214   ╓  latin capital letter o with diaeresis
  310.    \XDC ( 2345678)  # 220   ▄  latin capital letter u with diaeresis
  311.    \XE4 (1234 6 8)  # 228   Σ  latin small letter a with diaeresis
  312.    \XEB (123456 8)  # 235   δ  latin small letter e with diaeresis
  313.    \XEF (123 56 8)  # 239   ∩  latin small letter i with diaeresis
  314.    \XF6 ( 234 6 8)  # 246   ÷  latin small letter o with diaeresis
  315.    \XFC ( 23456 8)  # 252   ⁿ  latin small letter u with diaeresis
  316.    \XFF (  3456 8)  # 255      latin small letter y with diaeresis
  317.  
  318. # There is no uppercase y-dieresis in the Latin1 character set. The German
  319. # lowercase double-s, which also doesn't have an uppercase counterpart in the
  320. # Latin1 character set, uses its representation:
  321.  
  322.    #Hex    Dots       Dec Char Description
  323.    \XDF (  345678)  # 223   ▀  latin small letter sharp s
  324.  
  325. # The remaining accented letters are:
  326.  
  327.    #Hex    Dots       Dec Char Description
  328.    \XC3 (    5 78)  # 195   ├  latin capital letter a with tilde
  329.    \XD1 (   4 678)  # 209   ╤  latin capital letter n with tilde
  330.    \XD5 (    5678)  # 213   ╒  latin capital letter o with tilde
  331.    \XC5 (  345 78)  # 197   ┼  latin capital letter a with ring above
  332.    \XC7 (  34 678)  # 199   ╟  latin capital letter c with cedilla
  333.    \XD8 (  34  78)  # 216   ╪  latin capital letter o with stroke
  334.    \XC6 (  3   78)  # 198   ╞  latin capital letter ae
  335.    \XD0 (     678)  # 208   ╨  latin capital letter eth
  336.    \XDE (  3  678)  # 222   ▐  latin capital letter thorn
  337.    \XE3 (    5  8)  # 227   π  latin small letter a with tilde
  338.    \XF1 (   4 6 8)  # 241   ±  latin small letter n with tilde
  339.    \XF5 (    56 8)  # 245   ⌡  latin small letter o with tilde
  340.    \XE5 (  345  8)  # 229   σ  latin small letter a with ring above
  341.    \XE7 (  34 6 8)  # 231   τ  latin small letter c with cedilla
  342.    \XF8 (  34   8)  # 248   °  latin small letter o with stroke
  343.    \XE6 (  3    8)  # 230   µ  latin small letter ae
  344.    \XF0 (     6 8)  # 240   ≡  latin small letter eth
  345.    \XFE (  3  6 8)  # 254   ■  latin small letter thorn
  346.  
  347. # Some characters are the same as other characters which they resemble but with
  348. # dot 7 added:
  349.  
  350.    #Hex    Dots       Dec Char Description
  351.    \XAD (  3  67 )  # 173   ¡  soft hyphen
  352.    \XAB (12   67 )  # 171   ½  left-pointing double angle quotation mark
  353.    \XBB (  345 7 )  # 187   ╗  right-pointing double angle quotation mark
  354.    \XA6 (1   567 )  # 166   ª  broken bar
  355.    \XB9 ( 2    7 )  # 185   ╣  superscript one
  356.    \XB2 ( 23   7 )  # 178   ▓  superscript two
  357.    \XB3 ( 2  5 7 )  # 179   │  superscript three
  358.    \XB1 (  34 67 )  # 177   ▒  plus-minus sign
  359.    \XD7 (1    67 )  # 215   ╫  multiplication sign
  360.    \XF7 (  34  7 )  # 247   ≈  division sign
  361.    \XB7 (   4 67 )  # 183   ╖  middle dot
  362.    \XA1 ( 234 67 )  # 161   í  inverted exclamation mark
  363.    \XBF (1  4567 )  # 191   ┐  inverted question mark
  364.    \XA2 (12 4 67 )  # 162   ó  cent sign
  365.    \XA3 (  34567 )  # 163   ú  pound sign
  366.  
  367. # A few more characters follow this same convention but their relationships
  368. # to their base characters is a bit obscure:
  369.  
  370.    #Hex    Dots       Dec Char Description
  371.    \XA4 (1  4 67 )  # 164   ñ  currency sign
  372.    \XA5 (1234 67 )  # 165   Ñ  yen sign
  373.  
  374. # Some characters are represented by the first letters of their names lowered
  375. # by one row of dots:
  376.  
  377.    #Hex    Dots       Dec Char Description
  378.    \XAC ( 2  567 )  # 172   ¼  not sign
  379.    \XB6 ( 23 5 7 )  # 182   ╢  pilcrow sign
  380.    \XA9 ( 23 567 )  # 169   ⌐  copyright sign
  381.    \XAE ( 23  67 )  # 174   «  registered sign
  382.    \XA7 (  3 5 7 )  # 167   º  section sign
  383.    \XB0 (  3 567 )  # 176   ░  degree sign
  384.  
  385. # The three fraction characters use combinations of dots 1 and 4 (which
  386. # progress from left to right as the value of the fraction increases) together
  387. # with dots 2,3,5,6,7:
  388.  
  389.    #Hex    Dots       Dec Char Description
  390.    \XBC (123 567 )  # 188   ╝  vulgar fraction one quarter
  391.    \XBD (1234567 )  # 189   ╜  vulgar fraction one half
  392.    \XBE ( 234567 )  # 190   ╛  vulgar fraction three quarters
  393.  
  394. # Each of the three extended accent characters is the same as its conventional
  395. # compose character but with dot 7 added:
  396.  
  397.    #Hex    Dots       Dec Char Description
  398.    \XB4 (  3   7 )  # 180   ┤  acute accent
  399.    \XB8 (     67 )  # 184   ╕  cedilla
  400.    \XA8 (    5 7 )  # 168   ¿  diaeresis
  401.  
  402. # The two gender symbols are:
  403.  
  404.    #Hex    Dots       Dec Char Description
  405.    \XBA (      7 )  # 186   ║  masculine ordinal indicator
  406.    \XAA (       8)  # 170   ¬  feminine ordinal indicator
  407.  
  408. # The three remaining characters are:
  409.  
  410.    #Hex    Dots       Dec Char Description
  411.    \XAF ( 2   67 )  # 175   »  macron
  412.    \XB5 (    567 )  # 181   ╡  micro sign
  413.    \XA0 (      78)  # 160  ~   no-break space
  414.  
  415. # The nonbreaking space is dots 7 and 8 because this presents a sequence of
  416. # nonbreaking spaces as a smooth low line segment.
  417.  
  418.    #Hex    Dots       Dec Char Description
  419.    \X7F (   4567 )  # 127  ^?  delete
  420.